home *** CD-ROM | disk | FTP | other *** search
INI File | 2005-09-07 | 4.7 KB | 146 lines |
- ;*****************************************************************************
- ;
- ; Name: w800sdm2.inf
- ;
- ; Function:
- ; Install Sony Ericsson W800 USB WMC Device Management Drivers on Win2000/XP
- ;
- ; Copyright (c) 1997-2005 MCCI
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc.
- ;
- ;*****************************************************************************
-
- [Version]
- signature="$WINDOWS NT$"
- Class=Ports
- ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
- Provider=%Provider%
- DriverVer=06/13/2005, 4.34.0.2701
- CatalogFile=w800mgmt.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"w800mgmt.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[,[ subdir][, size]]
- w800mgmt.sys = 1
- w800cmnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
-
- [DestinationDirs]
- DefaultDestDir = 12 ; system32\drivers
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %Sony Ericsson%=SEMCW800
-
- ;-----------------------------------------------------------------------------
- ; Device-by-device entries
- ;-----------------------------------------------------------------------------
- [SEMCW800]
- %SEMCW800.Comm.Desc% = SEMCW800.Install, USB\VID_0FCE&PID_D028&Class_02&SubClass_09&Prot_01&OS_NT
-
- ;-----------------------------------------------------------------------------
- ; Installation instructions
- ;-----------------------------------------------------------------------------
-
- [SEMCW800.Install.nt]
- AddReg = SEMCW800.AddReg,SEMCW800.NT.AddReg
- CopyFiles = CopyFiles, CopyFiles.Win2K
-
-
- ;-----------------------------------------------------------------------------
- ; Registry
- ;-----------------------------------------------------------------------------
-
- ; common registry entries
- [SEMCW800.AddReg]
- HKR,,NTMPDriver,,w800mgmt.sys
- HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
- HKR,,InitialBaudRate, 0x10001, 00,C2,01,00 ;115200 initial baud rate
- HKR,,InitialLineControl,, "8N1" ;8-bits, No parity, 1 stop bit
- HKR,,EnableSetClearFeatureIdle, 0x10001, 01,00,00,00
-
- ; only for NT...
- [SEMCW800.NT.AddReg]
- HKR,,PortSubClass,1,01
- HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
- HKR,,AllowSuspendWhileOpen, 0x10001, 01,00,00,00
-
- ;-----------------------------------------------------------------------------
- ; Copy lists
- ;-----------------------------------------------------------------------------
- [CopyFiles]
-
- [CopyFiles.Win2K]
- w800mgmt.sys
- w800cm.sys,w800cmnt.sys
- w800cmnt.sys
-
-
-
- ;-----------------------------------------------------------------------------
- ; NT Services installation
- ;-----------------------------------------------------------------------------
-
- [SEMCW800.Install.NT.Services]
- AddService = w800mgmt, 0x00000002, SEMCW800.Install.AddService
-
-
- [SEMCW800.Install.AddService]
- DisplayName = %SEMCW800.Service.Name%
- Description = %SEMCW800.Service.Desc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\w800mgmt.sys
-
-
-
- ;-----------------------------------------------------------------------------
- ; STRINGS
- ;-----------------------------------------------------------------------------
- [Strings]
-
- ;<<localize the following>>
-
- ;BEGIN ENG - US English Strings
-
- Provider = "Sony Ericsson"
- Sony Ericsson = "Sony Ericsson"
- DiskString = "Sony Ericsson W800 USB WMC Device Management installation disk"
-
- SEMCW800.Comm.Desc = "Sony Ericsson W800 USB WMC Device Management"
- SEMCW800.Service.Name = "Sony Ericsson W800 USB WMC Device Management Drivers"
- SEMCW800.Service.Desc = "Sony Ericsson W800 USB WMC Device Management Drivers"
-
-
- CustomerDataPath = "Sony Ericsson W800"
- DriverSet = "Sony Ericsson W800 Software"
- UninstallFile = "W800Uninstall.exe"
- McciOptions = "Uninstallable"
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; The following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
-
- ;*** end of file ***
-